home *** CD-ROM | disk | FTP | other *** search
/ Sprite 1984 - 1993 / Sprite 1984 - 1993.iso / lib / tex / rscsencode.shar / coder.h next >
Encoding:
Text File  |  1988-04-18  |  186 b   |  6 lines

  1. char header[] = "Begin Decoding\n";    /* marks start of encoded data */
  2. char codeset[] =
  3.     "ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+-";
  4.  
  5. #define ENCODE(c)    codeset[c]
  6.